Versions:

  • 3.52.0
  • 3.51.3
  • 3.51.2
  • 3.51.1
  • 3.51.0
  • 3.50.4
  • 3.50.3
  • 3.50.2
  • 3.50.1
  • 3.50.0
  • 3.49.2
  • 3.49.1
  • 3.49.0
  • 3.48.0
  • 3.47.2
  • 3.47.1
  • 3.47.0
  • 3.46.1
  • 3.46.0
  • 3.45.3
  • 3.45.2
  • 3.45.1
  • 3.42.0
  • 3.40.0

Self-contained transactional SQL database engine SQLite is an in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is an embedded SQL database engine. Unlike most other SQL databases, SQLite does not have a separate server process. SQLite reads and writes directly to ordinary disk files. A complete SQL database with multiple tables, indices, triggers, and views, is contained in a single disk file.

Tags: